home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1145
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
2KB
|
83 lines
on(release){
x = Math.round((this._x + 10.2) / 51.2) - 1;
if(_root.draglej == _root.itembar[x + _root.iboffset])
{
stopDrag();
_root.draglej = 0;
_root.itembar_refresh();
}
else if(_root.draglej == 0)
{
if(_root.d_zlodejicek.i == "m33_1")
{
_root.d_zlodejicek.co = _root.itembar[x + _root.iboffset];
_root.d_zlodejicek.choice = 2;
}
else if(_root.d_profesor.i == "vyber1c")
{
_root.d_profesor.co = _root.itembar[x + _root.iboffset];
}
else if(_root.d_pnaves.i == "vyber32")
{
_root.d_pnaves.co = _root.itembar[x + _root.iboffset];
}
else if(_root.d_divka.i == "vyber12")
{
_root.d_divka.co = _root.itembar[x + _root.iboffset];
}
else if(_root.d_hostinskyd.i == "vyber32")
{
_root.d_hostinskyd.co = _root.itembar[x + _root.iboffset];
}
else if(_root.d_sluha.i == "vyber")
{
_root.d_sluha.co = _root.itembar[x + _root.iboffset];
}
else if(_root.d_loupeznik.i == "start_8")
{
_root.d_loupeznik.co = _root.itembar[x + _root.iboffset];
}
else if(_root.itembar[x + _root.iboffset] == 34)
{
_root.ii34 = 2;
_root.itembar[x + _root.iboffset] = 36;
_root.itembar_refresh();
}
else
{
startDrag("_root.i" add _root.itembar[x + _root.iboffset],0);
_root.draglej = _root.itembar[x + _root.iboffset];
}
}
else if(_root.draglej == 16 && _root.itembar[x + _root.iboffset] == 19)
{
_root.draglej = 0;
_root.itembar[x + _root.iboffset] = 18;
_root.itembar_remove(16);
_root.ii16 = 2;
}
else if(_root.draglej == 19 && _root.itembar[x + _root.iboffset] == 16)
{
_root.draglej = 0;
_root.itembar[x + _root.iboffset] = 18;
_root.itembar_remove(19);
_root.ii16 = 2;
}
else if(_root.draglej == 33 && _root.itembar[x + _root.iboffset] == 26)
{
_root.draglej = 0;
_root.itembar[x + _root.iboffset] = 37;
_root.itembar_remove(33);
_root.ii26 = 2;
_root.ii33 = 3;
}
else if(_root.draglej == 26 && _root.itembar[x + _root.iboffset] == 33)
{
_root.draglej = 0;
_root.itembar[x + _root.iboffset] = 37;
_root.itembar_remove(26);
_root.ii26 = 2;
_root.ii33 = 3;
}
}